home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / demo / mag / HDU_No8.lha / txt / PoolMem.txt < prev    next >
Encoding:
Text File  |  1998-03-13  |  1.4 KB  |  38 lines

  1. ============================================
  2. Short:    Memory defragmentizer/AllocP superset
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Requires: OS 2.0 at least
  5. ============================================
  6.  
  7. About PoolMem:
  8.     
  9. If you run a lot of programs without resetting the system, you'll 
  10. usually find that the main memory of the computer is getting 
  11. "messed up", split in lots of tiny memory "snippets" that are more or 
  12. less useless due to their tinyness. It may happen that you can't 
  13. start an application even though enough memory is available - 
  14. because this memory is too fragmentated to be of any use.
  15.  
  16. That's the point where PoolMem tries to help you : It manages the 
  17. main memory in a way such that it can't get fragmentated too 
  18. easely. It replaces also the function of AllocP, which is therefore 
  19. obsolete.
  20.  
  21. Installation and Usage:
  22.  
  23. Copy the PoolMem program in this archive to the C: directory of 
  24. your system partition. Add the following line to your startup - 
  25. sequence:
  26.  
  27. PoolMem >NIL:
  28.  
  29. You might also want to install "PatchRAM" which is included in this 
  30. archive, too. It modifies the system RAM disk in a way that avoids 
  31. memory fragmentation, too. Another bonus is that the RAM disk 
  32. will show its true size from now on, i.e. it won't be no longer 100% 
  33. full. To remove PoolMem later on, open a shell window and enter
  34.  
  35. PoolMem remove
  36.  
  37. For other infos please consult documentation.
  38.